Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.core.persistence.PersistenceComponent

Documentation

Service that deals with JPA persistence setup.

Implementation

Class: org.nuxeo.ecm.core.persistence.PersistenceComponent

Services

Extension Points

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.core.persistence.PersistenceComponent">

  <documentation>
    Service that deals with JPA persistence setup.
  </documentation>

  <implementation class="org.nuxeo.ecm.core.persistence.PersistenceComponent" />

  <service>
    <provide interface="org.nuxeo.ecm.core.persistence.PersistenceProviderFactory"/>
    <provide interface="org.nuxeo.ecm.core.persistence.HibernateConfigurator"/>
  </service>

  <extension-point name="hibernate">
    <documentation>This service uses hibernate as JPA provider.
      This extension point lets you override the default hibernate configuration.
    </documentation>

     <object class="org.nuxeo.ecm.core.persistence.HibernateConfiguration"/>
  </extension-point>
  
</component>